TACPOL (Tactical Procedure Oriented Language) is a block structured programming language developed by the United States Army for the TACFIRE Tactical Fire Direction command and control application. TACPOL is similar to PL/I.
Contents |
TACPOL supports fixed-point numeric data, character, and bit data. There is no support for floating point numeric data or for pointers. Arrays may have up to three dimensions, but dynamic bounds are not permitted. Additional types are records (called groups), tables, and overlay facilities.
Control structures include IF-THEN-ELSE, iteration, WHILE and CASE statements.
Procedures may have value parameters, quantity parameters - by reference without type-checking, parameterless procedure and label parameters.
The TACPOL compiler ran on and generated code for the AN/GYK-12, a militarized version of the Litton Industries L-3050 32-bit minicomputer.